fix(realtime): ignore object key order in search replacements - #7769
Merged
Conversation
10 tasks
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Sep 11, 2026
j15z
force-pushed
the
codex/fix-search-replacement-comparison
branch
from
September 12, 2026 20:13
72bd253 to
5d57793
Compare
j15z
force-pushed
the
codex/fix-workflow-import-errors
branch
from
September 12, 2026 20:13
9fbb134 to
455d3e2
Compare
Base automatically changed from
codex/fix-workflow-import-errors
to
staging
September 12, 2026 20:24
j15z
force-pushed
the
codex/fix-search-replacement-comparison
branch
from
September 12, 2026 20:27
5d57793 to
26dc6fc
Compare
j15z
marked this pull request as ready for review
September 12, 2026 22:54
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Compare the current subblock value with the planned search replacement using structural equality. JSONB key ordering no longer causes a false conflict; changed values and reordered arrays still conflict.
Type of Change
Testing
Three regression tests pass: equivalent nested objects with reordered keys, a changed tool parameter, and a reordered tool array. The full realtime suite also passes.
Checklist
Screenshots/Videos
Not applicable.